
* {
  box-sizing: border-box;
}
html {
    font-family: sans-serif,Tahoma, Verdana;
    font-size: 62.5%;
   
}

.header-fonts{
text-align: center;
font-size: 3rem;
font-weight: 700;
line-height: 3rem;
}
.subheader-fonts{
text-align: center;
font-size: 1.8rem;
color: #322e2ed6;
line-height: 4rem;
}
.font-titles{
font-size: 2.5rem;
font-weight: 700;
line-height: 3rem;
}
.font-descriptions{
font-size: 1.8rem;
color: #322e2ed6;
line-height: 3rem;

}
.header-fonts{
text-align: center;
font-size: 3rem;
font-weight: 700;
line-height: 3rem;
}
.subheader-fonts{
text-align: center;
font-size: 1.8rem;
color: #322e2ed6;
line-height: 4rem;
}
.font-titles{
font-size: 2.5rem;
font-weight: 700;
line-height: 3rem;
}
.font-descriptions{
font-size: 1.5rem;
color: #322e2ed6;
line-height: 3rem;

}
.header-fonts-notcentered{
font-size: 2rem;
font-weight: 700;
line-height: 3rem;
margin-bottom: 1rem;
}




  /* //Screens media queries */

    @MEDIA(MAX-WIDTH:380PX){
        HTML {
            font-size: 50%;
          
        }
    .info{
      min-height: 2rem;
      font-size: 1.7rem;
    }
    
    }
  @media(min-width:1500px){
    HTML {
        font-size: 100%;
      
    }
    .detailed-service-container{
      grid-template-rows: 12rem 24rem;
    }
    #DRP-ICON{
      border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    }
    
  }
  @media all and (min-width:2200px){
    html{
      font-size: 140%;
    }
    .circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
}
i.fa-brands.fa-whatsapp.fa-2xl-mycopyy::before {
    position: relative;
    top: 6px;
    left: 19px;
}
.fa-2xl-mycopyy {
    font-size: 70px;
    line-height: 29px;
    vertical-align: -43px;
}
.fa-2xl-mycopyy2 {
    font-size: 70px;
    line-height: 30px;
    vertical-align: -44px;
}
i.fa-brands.fa-weixin.fa-2xl-mycopyy2::before {
    position: relative;
    top: 6px;
    left: 12px;
}
.fa-xl-mycopyy {
    font-size: 60px;
    line-height: 23px;
    vertical-align: -36px;
}
i.fa-solid.fa-phone.fa-xl-mycopyy::before {
    position: relative;
    top: 9px;
    left: 18px;
}
#logo-cont img {
    height: 125px;
}

#home-back-img {
    min-height: 1100px;
}
#empty-part{
  min-height: 200px;
}
#DRP-ICON {
  border-top: 8px dashed;
border-right: 8px solid transparent;
border-left: 8px solid transparent;
}
  }
